home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15144 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  745 b 

  1. Path: crc-news.doc.ca!usenet
  2. From: Slobodan Celenkovic <Celenkovic.Bob@ic.gc.ca>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Errors in constructors
  5. Date: 3 Apr 1996 21:14:54 GMT
  6. Organization: Industry Canada
  7. Message-ID: <4jupoe$a7j@crc-news.doc.ca>
  8. References: <4is49h$k1o@usenetp1.news.prodigy.com> <4j9rvs$bi7@crc-news.doc.ca> <315C8CCB.1A8@aai.arco.com>
  9. NNTP-Posting-Host: bouhadrah.mohamed.bsd001.ic.gc.ca
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.22 (Windows; U; 16bit)
  14.  
  15. Thanks for the reminder. The return code does belong within its class. 
  16. Usually single RC suffices for the entire class, otherwise it can be made 
  17. a data member so that each instance gets its own copy.
  18.  
  19.